home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 993 b | 31 lines | [TEXT/GEOL] |
- Item 7148412 21-Jan-91 18:11PST
-
- From: FAITH.CURTIS Efficient Field Svc, C Faith,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: RE[2] TTEView text lins prob
-
- Lori,
-
- I think the problem you describe is because the TEView does not know that its
- size has changed.
-
- The standard solution to the problem is to call ShowReverted.
-
- This call makes a call to AdjustSize and then ForceRedraw, then ShowReverted
- for all the subviews, but I normally just call AdjustSize and ForceRedraw by
- themselves since ShowReverted implies the action has something to do with
- reverting and this is not usually the case (besides there being no need for a
- call to ShowReverted for all the subviews).
-
- You may also potentially have to call RecalcText before the AdjustSize call but
- I am not completely sure of this.
-
- Hope this helps,
-
- Curtis Faith
-
-